-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add route and header for aws oidc dashboard #49163
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
michellescripts
changed the title
Add route and header for aws oidc dash
Add route and header for aws oidc dashboard
Nov 18, 2024
1 task
michellescripts
added
the
no-changelog
Indicates that a PR does not require a changelog entry
label
Nov 18, 2024
gzdunek
reviewed
Nov 19, 2024
web/packages/teleport/src/Integrations/status/AwsOidc/testHelpers/mockAwsOidcStatusProvider.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/Integrations/status/AwsOidc/useAwsOidcStatus.tsx
Show resolved
Hide resolved
web/packages/teleport/src/Integrations/status/AwsOidc/useAwsOidcStatus.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/Integrations/status/AwsOidc/useAwsOidcStatus.tsx
Outdated
Show resolved
Hide resolved
michellescripts
force-pushed
the
michelle/eas
branch
2 times, most recently
from
November 19, 2024 16:39
eadab9c
to
9202ccf
Compare
michellescripts
force-pushed
the
michelle/oss-int-status
branch
from
November 19, 2024 21:54
765787f
to
ca80561
Compare
michellescripts
force-pushed
the
michelle/eas
branch
from
November 19, 2024 23:28
9202ccf
to
913540d
Compare
gzdunek
approved these changes
Nov 20, 2024
web/packages/teleport/src/Integrations/status/AwsOidc/useAwsOidcStatus.tsx
Outdated
Show resolved
Hide resolved
ryanclark
approved these changes
Nov 20, 2024
michellescripts
force-pushed
the
michelle/eas
branch
4 times, most recently
from
November 25, 2024 17:07
e94fff0
to
12a7144
Compare
michellescripts
force-pushed
the
michelle/eas
branch
from
November 25, 2024 17:14
12a7144
to
e2754a0
Compare
michellescripts
force-pushed
the
michelle/eas
branch
2 times, most recently
from
November 25, 2024 18:25
44d96a0
to
5732c40
Compare
michellescripts
force-pushed
the
michelle/eas
branch
from
November 25, 2024 18:36
5732c40
to
df58cb1
Compare
michellescripts
added a commit
that referenced
this pull request
Nov 25, 2024
michellescripts
added a commit
that referenced
this pull request
Nov 25, 2024
michellescripts
added a commit
that referenced
this pull request
Nov 27, 2024
michellescripts
added a commit
that referenced
this pull request
Nov 27, 2024
michellescripts
added a commit
that referenced
this pull request
Dec 9, 2024
michellescripts
added a commit
that referenced
this pull request
Dec 9, 2024
michellescripts
added a commit
that referenced
this pull request
Dec 10, 2024
michellescripts
added a commit
that referenced
this pull request
Dec 10, 2024
michellescripts
added a commit
that referenced
this pull request
Dec 17, 2024
michellescripts
added a commit
that referenced
this pull request
Dec 18, 2024
michellescripts
added a commit
that referenced
this pull request
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR sets up routing for an aws oidc status page. For now, it renders the header with integration name, status, and a "return button" with the same not implemented text as before.
I moved types & helper methods related to the status pill to a helpers file and added tests.
Iterative PR to setup some scaffolding, future work will implement the dashboard UX
Before
After
Supports #49087